home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / KromoFileScripts.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  827 b   |  38 lines

  1. module oKromoScriptList is cKR_ScriptList
  2. -----------------------------------------
  3. with
  4.     Items is [
  5.         -- Kromo RTF Creator Scripts
  6.         oKRRTFCreator_ChangeStyle,
  7.         oKRRTFCreator_CreateFile,
  8.         --oKRRTFCreator_DirectDraw,
  9.         oKRRTFCreator_New,
  10.         oKRRTFCreator_Write,
  11.         oKRRTFCreator_WriteHypertext,
  12.         
  13.         -- Kromo Textbase Scripts
  14.         oKRTextbase_AddQuery,
  15.         oKRTextbase_Close,
  16.         oKRTextbase_CountHits,
  17.         oKRTextbase_GetHit,
  18.         oKRTextbase_GetHitID,
  19.         oKRTextbase_GetRecord,
  20.         oKRTextbase_GetRecordID,
  21.         oKRTextbase_HitAll,
  22.         oKRTextbase_Open,
  23.         oKRTextbase_ResetHits,
  24.         oKRTextbase_ResetQueries,
  25.         oKRTextbase_Search,
  26.         
  27.         -- Kromo Textfile Scripts
  28.         oKRTextfile_Append,
  29.         oKRTextfile_Close,
  30.         oKRTextfile_Find,
  31.         oKRTextfile_Open,
  32.         oKRTextfile_ReadLength,
  33.         oKRTextfile_ReadUntil,
  34.         oKRTextfile_SetFPP,
  35.         oKRTextfile_Write
  36.     ];
  37. end;
  38.